Adds a user font stored in memory to the LEADTOOLS tookit.
Public Shared Sub AddUserFont(
ByVal data() As Byte,
ByVal offset As Integer,
ByVal length As Integer
)
data
Buffer that contains the data for a valid font file.
offset
Offset into data, from which to start reading the data.
length
Number of bytes in data to use.
Use this method to add one or more user fonts to the LEADTOOLS tookit. The font data can contain a single or many face types and this method can be called multiple times to add several fonts. LEADTOOLS supports both TrueType (.ttf) and OpenType (.otf) font formats.
This method allows a process using the LEADTOOLS tookit to use fonts without installing them on the operating system. Refer to LEADTOOLS Draw Engine and Multi-Platform Considerations for more information.
Note that fonts are added to the current draw engine. Therefore, an application must:
Use AddUserFont(string) to add a font stored in a disk file and AddUserFont(Stream) to add a font stored in a stream.
Use ClearUserFonts to delete all user fonts added to the LEADTOOLS tookit.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document